get /cloud/aws/encryptionkeys

List AWS Encryption Keys(getAwsEncryptionKeys)

Lists the AWS Encryption Keys.

Consumes

This API call consumes the following media types via the Content-Type request header:

  • application/json

Query parameters

credentialsName (required)

Query Parameter — Cloud credentials name

region (required)

Query Parameter — AWS region

Return type

array[EncryptionKey]

Amazon encryption key

id (optional)

String Unique identifier of the key

arn (optional)

String Amazon Resource Name for the key

alias (optional)

String Amazon alias for the key

 

Example data

Content-Type: application/json

[

{

"id": "11111111-2222-3333-4444-555555555555",

"arn": "arn:aws:kms:eu-west-1:12346579123:alias/aws/acm",

"alias": "alias/aws/acm"

}

]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

  • application/json

Responses

200

OK

Default

Error ErrorInfo

errorCode (optional)

String

url(optional)

String

message (optional)

String